func github.com/andybalholm/brotli.wrapPosition

6 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L133: func wrapPosition(position uint64) uint32 {
		encode.go#L436: 	var wrapped_last_flush_pos uint32 = wrapPosition(last_flush_pos)
		encode.go#L705: 	var wrapped_last_processed_pos uint32 = wrapPosition(s.last_processed_pos_)
		encode.go#L706: 	var wrapped_input_pos uint32 = wrapPosition(s.input_pos_)
		encode.go#L754: 	var wrapped_last_processed_pos uint32 = wrapPosition(s.last_processed_pos_)
		encode.go#L831: 	literal_context_mode = chooseContextMode(&s.params, data, uint(wrapPosition(s.last_flush_pos_)), uint(mask), uint(s.input_pos_-s.last_flush_pos_))